'宣言
Public Function New( _ ByVal button As ToolStripButton, _ ByVal getValue As Func(Of ToolStripButton,T), _ ByVal setValue As Action(Of T) _ )
public ToolStripButtonAdapter<T>( ToolStripButton button, Func<ToolStripButton,T> getValue, Action<T> setValue )
パラメータ
- button
- getValue
- setValue